home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
UTIL
/
MEMORY
/
OLD
/
MEM208SRC
/
!Memphis
/
h
/
compress
next >
Wrap
Text File
|
1993-09-08
|
264b
|
12 lines
/*
* compress.h
* Part of the !Memphis distribution
* (c) bdb/nas, 1991-3
*/
/* LZW/Squash compression header */
extern int compress(char *from, int fromlen, char *to, int tolen);
extern void uncompress(char *from, int fromlen, char *to, int tolen);